home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / SKYED00.EXE / 0 / RCDATA / TMDICHILD / TMDICHILD.txt
Encoding:
Text File  |  1998-02-17  |  618 b   |  33 lines

  1. object MDIChild: TMDIChild
  2.   Left = 158
  3.   Top = 152
  4.   Width = 569
  5.   Height = 335
  6.   Caption = 'MDI Child'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Position = poDefault
  13.   Visible = True
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Memo: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 561
  21.     Height = 308
  22.     Align = alClient
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     ScrollBars = ssBoth
  29.     TabOrder = 0
  30.     WantTabs = True
  31.   end
  32. end
  33.